3.40 \(\int (a+i a \tan (c+d x))^3 \, dx\)

Optimal. Leaf size=63 \[ -\frac {2 a^3 \tan (c+d x)}{d}-\frac {4 i a^3 \log (\cos (c+d x))}{d}+4 a^3 x+\frac {i a (a+i a \tan (c+d x))^2}{2 d} \]

[Out]

4*a^3*x-4*I*a^3*ln(cos(d*x+c))/d-2*a^3*tan(d*x+c)/d+1/2*I*a*(a+I*a*tan(d*x+c))^2/d

________________________________________________________________________________________

Rubi [A]  time = 0.03, antiderivative size = 63, normalized size of antiderivative = 1.00, number of steps used = 3, number of rules used = 3, integrand size = 15, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.200, Rules used = {3478, 3477, 3475} \[ -\frac {2 a^3 \tan (c+d x)}{d}-\frac {4 i a^3 \log (\cos (c+d x))}{d}+4 a^3 x+\frac {i a (a+i a \tan (c+d x))^2}{2 d} \]

Antiderivative was successfully verified.

[In]

Int[(a + I*a*Tan[c + d*x])^3,x]

[Out]

4*a^3*x - ((4*I)*a^3*Log[Cos[c + d*x]])/d - (2*a^3*Tan[c + d*x])/d + ((I/2)*a*(a + I*a*Tan[c + d*x])^2)/d

Rule 3475

Int[tan[(c_.) + (d_.)*(x_)], x_Symbol] :> -Simp[Log[RemoveContent[Cos[c + d*x], x]]/d, x] /; FreeQ[{c, d}, x]

Rule 3477

Int[((a_) + (b_.)*tan[(c_.) + (d_.)*(x_)])^2, x_Symbol] :> Simp[(a^2 - b^2)*x, x] + (Dist[2*a*b, Int[Tan[c + d
*x], x], x] + Simp[(b^2*Tan[c + d*x])/d, x]) /; FreeQ[{a, b, c, d}, x]

Rule 3478

Int[((a_) + (b_.)*tan[(c_.) + (d_.)*(x_)])^(n_), x_Symbol] :> Simp[(b*(a + b*Tan[c + d*x])^(n - 1))/(d*(n - 1)
), x] + Dist[2*a, Int[(a + b*Tan[c + d*x])^(n - 1), x], x] /; FreeQ[{a, b, c, d}, x] && EqQ[a^2 + b^2, 0] && G
tQ[n, 1]

Rubi steps

\begin {align*} \int (a+i a \tan (c+d x))^3 \, dx &=\frac {i a (a+i a \tan (c+d x))^2}{2 d}+(2 a) \int (a+i a \tan (c+d x))^2 \, dx\\ &=4 a^3 x-\frac {2 a^3 \tan (c+d x)}{d}+\frac {i a (a+i a \tan (c+d x))^2}{2 d}+\left (4 i a^3\right ) \int \tan (c+d x) \, dx\\ &=4 a^3 x-\frac {4 i a^3 \log (\cos (c+d x))}{d}-\frac {2 a^3 \tan (c+d x)}{d}+\frac {i a (a+i a \tan (c+d x))^2}{2 d}\\ \end {align*}

________________________________________________________________________________________

Mathematica [A]  time = 1.04, size = 119, normalized size = 1.89 \[ \frac {a^3 \sec (c) \sec ^2(c+d x) \left (-3 \sin (c+2 d x)+2 d x \cos (3 c+2 d x)-i \cos (3 c+2 d x) \log \left (\cos ^2(c+d x)\right )+\cos (c+2 d x) \left (2 d x-i \log \left (\cos ^2(c+d x)\right )\right )+\cos (c) \left (-2 i \log \left (\cos ^2(c+d x)\right )+4 d x-i\right )+3 \sin (c)\right )}{2 d} \]

Antiderivative was successfully verified.

[In]

Integrate[(a + I*a*Tan[c + d*x])^3,x]

[Out]

(a^3*Sec[c]*Sec[c + d*x]^2*(2*d*x*Cos[3*c + 2*d*x] + Cos[c + 2*d*x]*(2*d*x - I*Log[Cos[c + d*x]^2]) + Cos[c]*(
-I + 4*d*x - (2*I)*Log[Cos[c + d*x]^2]) - I*Cos[3*c + 2*d*x]*Log[Cos[c + d*x]^2] + 3*Sin[c] - 3*Sin[c + 2*d*x]
))/(2*d)

________________________________________________________________________________________

fricas [A]  time = 0.54, size = 95, normalized size = 1.51 \[ \frac {-8 i \, a^{3} e^{\left (2 i \, d x + 2 i \, c\right )} - 6 i \, a^{3} + {\left (-4 i \, a^{3} e^{\left (4 i \, d x + 4 i \, c\right )} - 8 i \, a^{3} e^{\left (2 i \, d x + 2 i \, c\right )} - 4 i \, a^{3}\right )} \log \left (e^{\left (2 i \, d x + 2 i \, c\right )} + 1\right )}{d e^{\left (4 i \, d x + 4 i \, c\right )} + 2 \, d e^{\left (2 i \, d x + 2 i \, c\right )} + d} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((a+I*a*tan(d*x+c))^3,x, algorithm="fricas")

[Out]

(-8*I*a^3*e^(2*I*d*x + 2*I*c) - 6*I*a^3 + (-4*I*a^3*e^(4*I*d*x + 4*I*c) - 8*I*a^3*e^(2*I*d*x + 2*I*c) - 4*I*a^
3)*log(e^(2*I*d*x + 2*I*c) + 1))/(d*e^(4*I*d*x + 4*I*c) + 2*d*e^(2*I*d*x + 2*I*c) + d)

________________________________________________________________________________________

giac [B]  time = 0.66, size = 117, normalized size = 1.86 \[ \frac {-4 i \, a^{3} e^{\left (4 i \, d x + 4 i \, c\right )} \log \left (e^{\left (2 i \, d x + 2 i \, c\right )} + 1\right ) - 8 i \, a^{3} e^{\left (2 i \, d x + 2 i \, c\right )} \log \left (e^{\left (2 i \, d x + 2 i \, c\right )} + 1\right ) - 8 i \, a^{3} e^{\left (2 i \, d x + 2 i \, c\right )} - 4 i \, a^{3} \log \left (e^{\left (2 i \, d x + 2 i \, c\right )} + 1\right ) - 6 i \, a^{3}}{d e^{\left (4 i \, d x + 4 i \, c\right )} + 2 \, d e^{\left (2 i \, d x + 2 i \, c\right )} + d} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((a+I*a*tan(d*x+c))^3,x, algorithm="giac")

[Out]

(-4*I*a^3*e^(4*I*d*x + 4*I*c)*log(e^(2*I*d*x + 2*I*c) + 1) - 8*I*a^3*e^(2*I*d*x + 2*I*c)*log(e^(2*I*d*x + 2*I*
c) + 1) - 8*I*a^3*e^(2*I*d*x + 2*I*c) - 4*I*a^3*log(e^(2*I*d*x + 2*I*c) + 1) - 6*I*a^3)/(d*e^(4*I*d*x + 4*I*c)
 + 2*d*e^(2*I*d*x + 2*I*c) + d)

________________________________________________________________________________________

maple [A]  time = 0.02, size = 68, normalized size = 1.08 \[ -\frac {3 a^{3} \tan \left (d x +c \right )}{d}-\frac {i a^{3} \left (\tan ^{2}\left (d x +c \right )\right )}{2 d}+\frac {2 i a^{3} \ln \left (1+\tan ^{2}\left (d x +c \right )\right )}{d}+\frac {4 a^{3} \arctan \left (\tan \left (d x +c \right )\right )}{d} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

int((a+I*a*tan(d*x+c))^3,x)

[Out]

-3*a^3*tan(d*x+c)/d-1/2*I/d*a^3*tan(d*x+c)^2+2*I/d*a^3*ln(1+tan(d*x+c)^2)+4/d*a^3*arctan(tan(d*x+c))

________________________________________________________________________________________

maxima [A]  time = 0.68, size = 76, normalized size = 1.21 \[ a^{3} x + \frac {3 \, {\left (d x + c - \tan \left (d x + c\right )\right )} a^{3}}{d} + \frac {i \, a^{3} {\left (\frac {1}{\sin \left (d x + c\right )^{2} - 1} - \log \left (\sin \left (d x + c\right )^{2} - 1\right )\right )}}{2 \, d} + \frac {3 i \, a^{3} \log \left (\sec \left (d x + c\right )\right )}{d} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((a+I*a*tan(d*x+c))^3,x, algorithm="maxima")

[Out]

a^3*x + 3*(d*x + c - tan(d*x + c))*a^3/d + 1/2*I*a^3*(1/(sin(d*x + c)^2 - 1) - log(sin(d*x + c)^2 - 1))/d + 3*
I*a^3*log(sec(d*x + c))/d

________________________________________________________________________________________

mupad [B]  time = 3.28, size = 41, normalized size = 0.65 \[ -\frac {a^3\,\left (6\,\mathrm {tan}\left (c+d\,x\right )-\ln \left (\mathrm {tan}\left (c+d\,x\right )+1{}\mathrm {i}\right )\,8{}\mathrm {i}+{\mathrm {tan}\left (c+d\,x\right )}^2\,1{}\mathrm {i}\right )}{2\,d} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

int((a + a*tan(c + d*x)*1i)^3,x)

[Out]

-(a^3*(6*tan(c + d*x) - log(tan(c + d*x) + 1i)*8i + tan(c + d*x)^2*1i))/(2*d)

________________________________________________________________________________________

sympy [A]  time = 0.31, size = 94, normalized size = 1.49 \[ - \frac {4 i a^{3} \log {\left (e^{2 i d x} + e^{- 2 i c} \right )}}{d} + \frac {8 a^{3} e^{2 i c} e^{2 i d x} + 6 a^{3}}{i d e^{4 i c} e^{4 i d x} + 2 i d e^{2 i c} e^{2 i d x} + i d} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((a+I*a*tan(d*x+c))**3,x)

[Out]

-4*I*a**3*log(exp(2*I*d*x) + exp(-2*I*c))/d + (8*a**3*exp(2*I*c)*exp(2*I*d*x) + 6*a**3)/(I*d*exp(4*I*c)*exp(4*
I*d*x) + 2*I*d*exp(2*I*c)*exp(2*I*d*x) + I*d)

________________________________________________________________________________________